Next: Change Window, Previous: Other Window, Up: Windows [Contents][Index]
C-x 4 is a prefix key for a variety of commands that switch to a buffer in a different window—either another existing window, or a new window created by splitting the selected window. See Window Choice, for how Emacs picks or creates the window to use.
Select buffer bufname in another window
(switch-to-buffer-other-window).
Display buffer bufname in some window, without
trying to select it (display-buffer). See
Displaying
Buffers, for details about how the window is
chosen.
Visit file filename and select its buffer in
another window (find-file-other-window). See
Visiting.
Select a Dired buffer for directory directory
in another window (dired-other-window). See
Dired.
Start composing a mail message, similar to C-x
m (see Sending
Mail), but in another window
(compose-mail-other-window).
Find the definition of an identifier, similar to
M-. (see Xref), but
in another window
(xref-find-definitions-other-window).
Visit file filename read-only, and select its
buffer in another window
(find-file-read-only-other-window). See Visiting.